home *** CD-ROM | disk | FTP | other *** search
- Path: news.rmii.com!rainbow!gfarrow
- From: gfarrow@rainbow.rmii.com (Glenn Farrow)
- Newsgroups: comp.lang.c++,rec.games.programmer,alt.msdos.programmer,comp.programming
- Subject: Re: Young programmers read me.
- Date: 10 Apr 1996 21:31:05 -0600
- Organization: SHL
- Message-ID: <gfarrow.829193316@rainbow>
- References: <4icpp9$7hr@barad-dur.nas.com> <aidan-0404961557290001@meathook.intac.com> <3165AD94.6F3A@datalytics.com> <j-jahnke-0604960016160001@ntcs-ip8.uchicago.edu> <4keejc$lpi@tpd.dsccc.com> <Pine.OSF.3.91.960411093444.20958D-100000@bud.cc.swin.edu.au>
- NNTP-Posting-Host: rainbow.rmii.com
- X-Newsreader: NN version 6.5.0 #4 (NOV)
-
- John Joseph Newbigin <079519@bud.cc.swin.edu.au> writes:
-
- >But it is a lot easier to read
-
- >if(something_happened)
- >{
- > do_something_else();
- >}
- >is_n't_it(); :)
-
- Nonesense. This style is extremely annoying because it spreads the code out
- too much, it increases the amount you have to page around a source file.
- Putting "{" on a separate line is a waste of space that should be occupied
- by code.
-
- Glenn
-
-